home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / BDiamond / BDVerify.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-20  |  316 b   |  16 lines  |  [TEXT/CWIE]

  1. #ifndef __BDVerify_h__
  2. #define __BDVerify_h__
  3.  
  4. #include <QuickDraw.h>
  5.  
  6. Boolean IsAddrInPixMap(const unsigned char* theAddr, const PixMapHandle aPixMap, const short size = 1);
  7.  
  8. Boolean ValidRect(const Rect aRect);    // checks to make sure that rt >= lt & bot >= top
  9.  
  10.  
  11.  
  12.  
  13. // end-of-file
  14.  
  15. #endif // __CGradientControl_h__
  16.